object infoform: Tinfoform Left = 212 Top = 521 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Info' ClientHeight = 326 ClientWidth = 331 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter OnCreate = TntFormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblInfo: TTntLabel Left = 8 Top = 8 Width = 53 Height = 13 Caption = 'NetSetMan' end object lblIlja: TTntLabel Left = 12 Top = 73 Width = 137 Height = 17 Cursor = crDrag AutoSize = False Caption = ' www.netsetman.com' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False OnClick = lblIljaClick end object pnlInfoLinks: TPanel Left = 193 Top = 0 Width = 138 Height = 96 Align = alRight BevelOuter = bvLowered TabOrder = 0 object lblHelp: TTntLabel Left = 14 Top = 21 Width = 67 Height = 13 Cursor = crDrag Caption = 'Local Help File' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False OnClick = lblHelpClick end object lblQuicklinks: TTntLabel Left = 8 Top = 8 Width = 60 Height = 13 Caption = 'Quicklinks:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object lblContact: TTntLabel Left = 8 Top = 60 Width = 47 Height = 13 Caption = 'Contact:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object lblMail: TTntLabel Left = 15 Top = 73 Width = 90 Height = 13 Cursor = crDrag Caption = 'nsm@iljaherlein.de' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False OnClick = lblMailClick end object lblForum: TTntLabel Left = 14 Top = 35 Width = 86 Height = 13 Cursor = crDrag Caption = 'NetSetMan Forum' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False OnClick = lblForumClick end end object pnlBottom: TPanel Left = 0 Top = 96 Width = 331 Height = 230 Align = alBottom BevelOuter = bvNone TabOrder = 1 object pnlReg: TPanel Left = 0 Top = 0 Width = 331 Height = 75 Align = alTop BevelOuter = bvLowered TabOrder = 0 object lblRegTo: TTntLabel Left = 1 Top = 1 Width = 329 Height = 75 Align = alTop Alignment = taCenter AutoSize = False Layout = tlCenter end end object pnlSettings: TPanel Left = 0 Top = 75 Width = 331 Height = 155 Align = alClient Anchors = [akLeft, akRight, akBottom] BevelOuter = bvLowered TabOrder = 1 DesignSize = ( 331 155) object btnClose: TTntButton Left = 133 Top = 132 Width = 70 Height = 19 Anchors = [akLeft, akBottom] Caption = 'OK' TabOrder = 0 OnClick = btnCloseClick end object cbbLanguage: TTntComboBox Left = 7 Top = 7 Width = 142 Height = 21 Style = csDropDownList DropDownCount = 20 ItemHeight = 13 Sorted = True TabOrder = 1 OnChange = cbbLanguageChange Items.Strings = ( #268'e'#353'tina' 'Dansk' 'Deutsch' 'English' 'Espa'#241'ol' 'Fran'#231'ais' 'Italiano' 'Magyar' 'Nederlands' 'Polski' 'Portugu'#234's (Brasil)' 'Portugu'#234's (Portugal)' 'Slovenski' 'Srpski' 'Svenska' 'ti'#7871'ng Vi'#7879't (vn)' 'T'#252'rk'#231'e' #1041#1098#1083#1075#1072#1088#1089#1082#1080' (bg)' #1056#1091#1089#1089#1082#1080#1081' (ru)' #31616#20307#20013#25991' (cn)' #32321#39636#20013#25991' (ct)') end object chkAutostart: TTntCheckBox Left = 7 Top = 32 Width = 320 Height = 17 Caption = 'Start with Windows' TabOrder = 2 OnClick = chkAutostartClick end object chkMinimized: TTntCheckBox Left = 7 Top = 48 Width = 320 Height = 17 Caption = 'Start minimized in tray' TabOrder = 3 end object chkSilent: TTntCheckBox Left = 7 Top = 64 Width = 320 Height = 17 Caption = 'Close activation dialog automatically' ParentShowHint = False ShowHint = True TabOrder = 4 end object chkMinimizeOnClose: TTntCheckBox Left = 7 Top = 80 Width = 320 Height = 17 Caption = 'Minimize on '#39'Close'#39 ParentShowHint = False ShowHint = True TabOrder = 5 end object chkAdminMode: TTntCheckBox Left = 7 Top = 96 Width = 320 Height = 17 Caption = 'Don'#39't show '#39'Admin Mode'#39' dialog' ParentShowHint = False ShowHint = True TabOrder = 6 end object chkTrayInfo: TTntCheckBox Left = 7 Top = 112 Width = 320 Height = 17 Caption = 'Show current settings in tray' ParentShowHint = False ShowHint = True TabOrder = 7 end end end end